Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Crystalline porous frameworks, such as covalent organic frameworks (COFs), metal–organic frameworks (MOFs), and hydrogen-bonded organic frameworks (HOFs), have demonstrated exceptional potential in diverse applications, including gas adsorption/separation, catalysis, sensing, electronic devices, etc. However, the building blocks for constructing ordered frameworks are typically limited to multisubstituted aromatic small molecules, and uncontrolled interpenetration has remained a long-standing challenge in the field. Shape-persistent macrocycles and molecular cages have garnered significant attention in supramolecular chemistry and materials science due to their unique structures and novel properties. Using such preporous shape-persistent 2D macrocycles or 3D cages as building blocks to construct extended networks is particularly appealing. This macrocycle-to-framework/cage-to-framework hierarchical assembly approach not only mitigates the issue of interpenetration but also enables the integration of diverse properties in an emergent fashion. Since our demonstration of the first organic cage framework (OCF) in 2011 and the first macrocycle-based ionic COFs (ICOFs) in 2015, substantial advancements have been made over the past decade. In this Account, we will summarize our contributions to the development of crystalline porous frameworks, consisting of shape-persistent macrocycles and molecular cages as preporous building blocks, via hierarchical dynamic covalent assembly. We will begin by reviewing representative design strategies and the synthesis of shape-persistent macrocycles and molecular cages from small molecule-based primary building blocks, emphasizing the critical role of dynamic covalent chemistry (DCvC). Next, we will discuss the further assembly of preporous macrocycle/cage-based secondary building blocks into extended frameworks, followed by an overview of their properties and applications. Finally, we will highlight the current challenges and future directions for this hierarchical assembly approach in the synthesis of crystalline porous frameworks. This Account offers valuable insights into the design and synthesis of functional porous frameworks, contributing to the advancement of this important field.more » « lessFree, publicly-accessible full text available August 18, 2026
- 
            This paper introduces a work-in- progress of our recent project in offering a chip camp to local high school students, which was partially funded by NSF SFS through a supplemental grant. The camp was held during the fall break of the local student district, making it convenient for high school students to attend. The camp introduces the full lifecycle of semiconductor chip design and microfabrication with short lectures, hands-on exercises, demos and videos. We also offer a tour to a class 100/1000 cleanroom facility at the Micro/Nano Technology Center. Student survey results show that the camp has increased students’ interest in studying and pursuing career in semiconductor or related field.more » « lessFree, publicly-accessible full text available June 21, 2026
- 
            Free, publicly-accessible full text available August 3, 2026
- 
            IntroductionCommunity Engaged Learning (CEL) is recognized for its positive impact on student development in higher education. This meta-analysis examined the effects of CEL on academic, personal, social, and citizenship outcomes among college students. MethodsStudies were identified through PsycINFO, PsycArticles, and ERIC, and were included if they met the following criteria: peer-reviewed English-language publications from 2017 to 2024, alignment with widely accepted definitions of CEL, inclusion of a control group, and sufficient data to calculate effect sizes. Random-effects models were used to estimate Hedges's g, a standardized measure of effect size, for each outcome domain. ResultsOur results showed that CEL had a statistically significant, small to medium effect on academic outcomes (Hedges'sg= 0.344, 95% CI [0.190, 0.497],p< 0.001) and social outcomes (Hedges'sg= 0.371, 95% CI [0.167, 0.575],p< 0.001). The effect on citizenship outcomes was small but significant (Hedges'sg= 0.220, 95% CI [0.096, 0.344],p= 0.001). For personal outcomes, the effect was moderate (Hedges'sg= 0.694, 95% CI [−0.089, 1.477]) but not statistically significant (p= 0.082). The substantial variability observed across studies suggests that differences in CEL implementation, program focus, and student populations may influence outcomes. ConclusionOverall, our findings highlight CEL as an impactful pedagogy that contributes to academic success, personal growth, and civic engagement. Further research may explore the long-term impacts of CEL and identify specific program components that enhance its effectiveness.more » « lessFree, publicly-accessible full text available June 3, 2026
- 
            Orbital current has attracted significant attention in recent years due to its potential for energy-efficient magnetization control without the need for materials with strong spin–orbit coupling. However, the fundamental mechanisms governing orbital transport remain elusive. In this study, we systematically explore orbital transport in Ti/Ni bilayers through orbital pumping, drawing an analogy to spin pumping. The orbital current is generated and injected into the Ti layer via the microwave-driven orbital dynamics in Ni, facilitated by its strong spin–orbit correlation. We employed thickness-dependent ferromagnetic resonance measurements and angular-dependent inverse orbital Hall effect (IOHE) detection to probe orbital transport in Ti based on the conventional spin-pumping methodology. The observed enhancement in the damping factor indicates an orbital-diffusion length of ∼5.3 ± 3.7 nm, while IOHE-based estimation suggests a value of around 4.0 ± 1.2 nm, which confirms its short orbital-diffusion length. Furthermore, oblique Hanle measurements in the longitudinal configuration reveal an orbital relaxation time of approximately 16 ps. Our results establish that orbital pumping, analogous to the conventional spin-pumping framework, can serve as a robust technique for elucidating orbital transport mechanisms, paving the way for the design of efficient spin-orbitronic devices.more » « less
- 
            Multichannel coupling in hybrid systems makes an attractive testbed not only because of the distinct advantages entailed by each constituent mode but also because the opportunity to leverage interference among the various excitation pathways. Here, via combined analytical calculation and experiment, we demonstrate that the phase of the magnetization precession at the interface of a coupled yttrium iron garnet (YIG)/permalloy (Py) bilayer is collectively controlled by the microwave photon field torque and the interlayer exchange torque, manifesting a coherent, dual-channel excitation scheme that effectively tunes the magneto-optical spectrum. The different torque contributions vary with frequency, external bias field, and type of interlayer coupling between YIG and Py, which further results in destructive or constructive interferences between the two excitation channels, and hence selective suppression or amplification of the hybridized magnon modes.more » « lessFree, publicly-accessible full text available September 1, 2026
- 
            Real-time systems are widely applied in different areas like autonomous vehicles, where safety is the key metric. However, on the FPGA platform, most of the prior accelerator frameworks omit discussing the schedulability in such real-time safety-critical systems, leaving deadlines unmet, which can lead to catastrophic system failures. To address this, we propose the ART framework, a hardware-software co-design approach that transforms baseline accelerators into “real-time guaranteed" accelerators. On the software side, ART performs schedulability analysis and preemption point placement, optimizing task scheduling to meet deadlines and enhance throughput. On the hardware side, ART integrates the Global Earliest Deadline First (GEDF) scheduling algorithm, implements preemption, and conducts source code transformation to transform baseline HLS-based accelerators into designs targeted for real-time systems capable of saving and resuming tasks. ART also includes integration, debugging, and testing tools for full-system implementation. We demonstrate the methodology of ART on two kinds of popular accelerator models and evaluate on AMD Versal VCK190 platform, where ART meets schedulability requirements that baseline accelerators fail. ART is lightweight, utilizing <0.5% resources. With about 100 lines of user input, ART generates about 2.5k lines of accelerator code, making it a push-button solution.more » « lessFree, publicly-accessible full text available June 29, 2026
- 
            Free, publicly-accessible full text available December 15, 2025
- 
            Free, publicly-accessible full text available November 26, 2025
- 
            Free, publicly-accessible full text available November 26, 2025
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
